Skip to content

Bump dependencies#1

Open
sessia-dev wants to merge 1 commit intoupscalesoftware:mainfrom
sessia-dev:main
Open

Bump dependencies#1
sessia-dev wants to merge 1 commit intoupscalesoftware:mainfrom
sessia-dev:main

Conversation

@sessia-dev
Copy link
Copy Markdown

No description provided.

@sessia-dev
Copy link
Copy Markdown
Author

Im fix current requirements of package

"php": "^8.1",
"symfony/framework-bundle": "^6.1",
"yokai/doctrine-value-object": "^0.0.3"
"symfony/framework-bundle": "^6.1|^7.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Composer syntax for the OR constraint is || instead of |:
https://getcomposer.org/doc/articles/versions.md#version-range

"symfony/framework-bundle": "^6.1",
"yokai/doctrine-value-object": "^0.0.3"
"symfony/framework-bundle": "^6.1|^7.0",
"yokai/doctrine-value-object": "^0.0.3|^0.2"
Copy link
Copy Markdown
Member

@sshymko sshymko Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please include the ^0.1 version to not have the version gap?

@sshymko
Copy link
Copy Markdown
Member

sshymko commented Sep 6, 2024

@sessia-dev
Thanks for your contribution! Could you please address a few CR notes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants